home *** CD-ROM | disk | FTP | other *** search
/ Acorn RISC PD-CD 1 / Acorn RISC PD-CD 1.iso / languages / bcpl / forth / _forth / boot < prev    next >
Encoding:
Text File  |  1989-06-10  |  309 b   |  9 lines

  1. | Boot file for FORTH.
  2. |
  3. | Note the use of %% that ensures that the substitution happens
  4. | when the file is run, rather than when this file is obeyed.
  5. | The Obey$Dir, on the other hand, is substituted when this file is obeyed.
  6. |
  7. IconSprites <Obey$Dir>.!Sprites
  8. Set Alias$@RunType_000 Run <Obey$Dir>.!Run %%*0
  9.